Skip to content

chore(deps): bump clechasseur/rs-cargo from 2 to 4#1301

Merged
IanButterworth merged 2 commits intomainfrom
dependabot/github_actions/clechasseur/rs-cargo-4
Jan 17, 2026
Merged

chore(deps): bump clechasseur/rs-cargo from 2 to 4#1301
IanButterworth merged 2 commits intomainfrom
dependabot/github_actions/clechasseur/rs-cargo-4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps clechasseur/rs-cargo from 2 to 4.

Release notes

Sourced from clechasseur/rs-cargo's releases.

v4.0.0

New major version running on Node.js 24.x, with updated dependencies.

What's Changed

Full Changelog: clechasseur/rs-cargo@v3.0.6...v4.0.0

v3.0.6

Fix version with updated dependencies, including a security fix in form-data.

What's Changed

Full Changelog: clechasseur/rs-cargo@v3.0.5...v3.0.6

v3.0.5

Fixes

  • Low-severity vulnerability in brace-expansion, see here

What's Changed

Full Changelog: clechasseur/rs-cargo@v3...v3.0.5

v3.0.4

Fixes

  • Low-severity vulnerability in undici, see here

What's Changed

Full Changelog: clechasseur/rs-cargo@v3...v3.0.4

v3.0.3

Patch version with updated dependencies, including fixes for three separate vulnerabilities in @​octokit libraries.

What's Changed

Full Changelog: clechasseur/rs-cargo@v3...v3.0.3

... (truncated)

Commits
  • bbcc0f4 feat!: move to v4.0.0, Node.js 24.x (#304)
  • 9759d4a chore(deps): update dependency oxlint to ^1.13.0 (#306)
  • 4bfea0e chore(deps): update dependency jest to ^30.1.1 (#305)
  • 4c6aa31 chore(deps): update actions-rust-lang/setup-rust-toolchain action to v1.14.0 ...
  • 7de676d chore(deps): update dependency oxlint to ^1.12.0 (#302)
  • 73f8207 chore(deps): update actions/checkout action to v5 (#301)
  • 11de789 chore(deps): update dependency oxlint to ^1.11.2 (#299)
  • 5331c4b chore(deps): update dependency ts-jest to ^29.4.1 (#297)
  • 33b20c1 chore(deps): update dependency oxlint to ^1.10.0 (#298)
  • f7fd946 chore(deps): update dependency @​types/node to ^20.19.9 (#294)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 27, 2025
@IanButterworth
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/clechasseur/rs-cargo-4 branch from f7b3836 to afaafa1 Compare October 27, 2025 17:23
@IanButterworth
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/github_actions/clechasseur/rs-cargo-4 branch from afaafa1 to bf0f069 Compare October 28, 2025 03:25
@DilumAluthge
Copy link
Member

Debugging.

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/clechasseur/rs-cargo-4 branch from bf0f069 to 01df8fb Compare January 17, 2026 17:30
@IanButterworth
Copy link
Member

@dependabot recreate

Bumps [clechasseur/rs-cargo](https://github.com/clechasseur/rs-cargo) from 2 to 4.
- [Release notes](https://github.com/clechasseur/rs-cargo/releases)
- [Commits](clechasseur/rs-cargo@v2...v4)

---
updated-dependencies:
- dependency-name: clechasseur/rs-cargo
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/clechasseur/rs-cargo-4 branch from 01df8fb to 367a463 Compare January 17, 2026 18:18
@IanButterworth IanButterworth force-pushed the dependabot/github_actions/clechasseur/rs-cargo-4 branch from 92e3e3f to 31205f2 Compare January 17, 2026 18:28
The rs-cargo action v4 has breaking changes from v2:
- Removed the 'use-cross' parameter (no longer a valid input)
- No longer automatically uses cross-compilation tools
- Requires explicit 'tool' parameter to specify cargo or cross

Changes:
- Remove obsolete 'use-cross' parameter
- Add explicit cross installation via taiki-e/install-action for Ubuntu targets
- Add 'tool' parameter to rs-cargo action to explicitly use 'cross' for Ubuntu
  builds and 'cargo' for native builds (macOS, Windows)

This fixes build failures where aarch64-linux-gnu-gcc and
aarch64-linux-musl-gcc compilers were not found.
@IanButterworth IanButterworth force-pushed the dependabot/github_actions/clechasseur/rs-cargo-4 branch from 31205f2 to 755b753 Compare January 17, 2026 18:32
@IanButterworth IanButterworth merged commit ceadef2 into main Jan 17, 2026
29 checks passed
@IanButterworth IanButterworth deleted the dependabot/github_actions/clechasseur/rs-cargo-4 branch January 17, 2026 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code merge me

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants